projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc8adb
)
* comp.el : Fix typo introduced by f8b07ff4f3
author
Andrea Corallo
<akrl@sdf.org>
Mon, 23 Mar 2020 22:27:17 +0000
(22:27 +0000)
committer
Andrea Corallo
<akrl@sdf.org>
Mon, 23 Mar 2020 22:27:17 +0000
(22:27 +0000)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index c6f2ca13aab904528bd84371903107757d1d9bad..dfa9658a36c7fda2a5308e2134f34c35c6f79324 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-2191,7
+2191,7
@@
display a message."
(insert msg "\n")))
;; `comp-deferred-pending-h' should be empty at this stage.
;; Reset it anyway.
- (setf comp-deferred-pending-h (make-hash-table :
equal
#'eq))
+ (setf comp-deferred-pending-h (make-hash-table :
test
#'eq))
(message msg))))
\f